home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Publication 50
/
Publication_50_2003_Civitas_de_Disk_2_of_2_Side_B.d64
/
bas4x3 1
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
144b
|
9 lines
0 print"[147]@@@@[157][157][157][157]@@@@[157][157][157][157]@@@@[157][157][157][157]@@@@"
10 a=11008
20 b=1
30 fori=0to2
40 forx=0to3
50 poke1024+i*40+x,peek(a+(b*4)+(i*256)+x)
60 nextx
70 nexti